McAxisMotionState Class
Describes the motion state of an axis.
Inheritance Hierarchy
System.Object
IntervalZero.KINGSTAR.Base.Api.McAxisMotionState
Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public class McAxisMotionState
Public Class McAxisMotionState
The McAxisMotionState class exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | McAxisMotionState | Initializes a new instance of the McAxisMotionState class. |
Properties
Name | Description | |
---|---|---|
![]() | Accelerating | The axis is accelerating. |
![]() | ConstantVelocity | The axis is moving at a constant speed. |
![]() | Decelerating | The axis is decelerating. |
![]() | DirectionNegative | The axis is moving in the negative direction. |
![]() | DirectionPositive | The axis is moving in the positive direction. |
See also